All Packages Class Hierarchy This Package Previous Next Index
NSOutlineView
class.
The methods in this interface are delegate methods.
This interface is exposed in Java for documentation purposes, since one
is not required to implement this interface. Your class may implement one
or more of these methods, as needed. Only those methods implemented will
be called.
- outlineView:shouldCollapseItem:
Objective-C instance method
implemented by delegates of the OutlineView
class
(known as the NSOutlineView
Objective-C class).
- outlineView:shouldEditTableColumn:item:
Objective-C instance method
implemented by delegates of the OutlineView
class
(known as the NSOutlineView
Objective-C class).
- outlineView:shouldExpandItem:
Objective-C instance method
implemented by delegates of the OutlineView
class
(known as the NSOutlineView
Objective-C class).
- outlineView:shouldSelectItem:
Objective-C instance method
implemented by delegates of the OutlineView
class
(known as the NSOutlineView
Objective-C class).
- outlineView:shouldSelectTableColumn:
Objective-C instance method
implemented by delegates of the OutlineView
class
(known as the NSOutlineView
Objective-C class).
- outlineView:willCollapseItem:
Objective-C instance method
implemented by delegates of the OutlineView
class
(known as the NSOutlineView
Objective-C class).
- outlineView:willDisplayCell:forTableColumn:item:
Objective-C instance method
implemented by delegates of the OutlineView
class
(known as the NSOutlineView
Objective-C class).
- outlineView:willDisplayOutlineCell:forTableColumn:item:
Objective-C instance method
implemented by delegates of the OutlineView
class
(known as the NSOutlineView
Objective-C class).
- outlineView:willExpandItem:
Objective-C instance method
implemented by delegates of the OutlineView
class
(known as the NSOutlineView
Objective-C class).
- selectionShouldChangeInOutlineView:
Objective-C instance method
implemented by delegates of the OutlineView
class
(known as the NSOutlineView
Objective-C class).
public abstract void outlineViewWillDisplayCell(OutlineView outlineView, Object cell, TableColumn tableColumn, Object item)
- outlineView:willDisplayCell:forTableColumn:item:
Objective-C instance method
implemented by delegates of the OutlineView
class
(known as the NSOutlineView
Objective-C class).
public abstract boolean outlineViewShouldEditTableColumn(OutlineView outlineView, TableColumn tableColumn, Object item)
- outlineView:shouldEditTableColumn:item:
Objective-C instance method
implemented by delegates of the OutlineView
class
(known as the NSOutlineView
Objective-C class).
public abstract boolean selectionShouldChangeInOutlineView(OutlineView outlineView)
- selectionShouldChangeInOutlineView:
Objective-C instance method
implemented by delegates of the OutlineView
class
(known as the NSOutlineView
Objective-C class).
public abstract boolean outlineViewShouldSelectItem(OutlineView outlineView, Object item)
- outlineView:shouldSelectItem:
Objective-C instance method
implemented by delegates of the OutlineView
class
(known as the NSOutlineView
Objective-C class).
public abstract boolean outlineViewShouldSelectTableColumn(OutlineView outlineView, TableColumn tableColumn)
- outlineView:shouldSelectTableColumn:
Objective-C instance method
implemented by delegates of the OutlineView
class
(known as the NSOutlineView
Objective-C class).
public abstract boolean outlineViewShouldExpandItem(OutlineView outlineView, Object item)
- outlineView:shouldExpandItem:
Objective-C instance method
implemented by delegates of the OutlineView
class
(known as the NSOutlineView
Objective-C class).
public abstract void outlineViewWillExpandItem(OutlineView outlineView, Object item)
- outlineView:willExpandItem:
Objective-C instance method
implemented by delegates of the OutlineView
class
(known as the NSOutlineView
Objective-C class).
public abstract boolean outlineViewShouldCollapseItem(OutlineView outlineView, Object item)
- outlineView:shouldCollapseItem:
Objective-C instance method
implemented by delegates of the OutlineView
class
(known as the NSOutlineView
Objective-C class).
public abstract void outlineViewWillCollapseItem(OutlineView outlineView, Object item)
- outlineView:willCollapseItem:
Objective-C instance method
implemented by delegates of the OutlineView
class
(known as the NSOutlineView
Objective-C class).
public abstract void outlineViewWillDisplayOutlineCellForTableColumn(OutlineView outlineView, Object cell, TableColumn tableColumn, Object item)
- outlineView:willDisplayOutlineCell:forTableColumn:item:
Objective-C instance method
implemented by delegates of the OutlineView
class
(known as the NSOutlineView
Objective-C class).
All Packages Class Hierarchy This Package Previous Next Index